runtime.m.dying (field)
10 uses
runtime (current package)
mwbbuf.go#L170: if getg().m.dying > 0 {
panic.go#L1529: switch gp.m.dying {
panic.go#L1532: gp.m.dying = 1
panic.go#L1543: gp.m.dying = 2
panic.go#L1549: gp.m.dying = 3
panic.go#L1636: if mp.locks != 1 || mp.mallocing != 0 || mp.throwing != throwTypeNone || mp.preemptoff != "" || mp.dying != 0 {
print.go#L100: if gp == nil || gp.writebuf == nil || gp.m.dying > 0 {
proc.go#L6968: print(" mallocing=", mp.mallocing, " throwing=", mp.throwing, " preemptoff=", mp.preemptoff, " locks=", mp.locks, " dying=", mp.dying, " spinning=", mp.spinning, " blocked=", mp.blocked, " lockedg=")
runtime.go#L237: if gp != nil && gp.m.dying > 0 ||
runtime2.go#L650: dying int32
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |